Skip to content

ref: Replace diagnostic channels with proprietary global hooks - #2275

Merged
Luca Forstner (lforst) merged 12 commits into
mainfrom
lforst/dum-e/austin-b8fbad271d
Jul 31, 2026
Merged

ref: Replace diagnostic channels with proprietary global hooks#2275
Luca Forstner (lforst) merged 12 commits into
mainfrom
lforst/dum-e/austin-b8fbad271d

Conversation

@lforst

@lforst Luca Forstner (lforst) commented Jul 24, 2026

Copy link
Copy Markdown
Member

Replaces our usage of Node.js diagnostic channels with a proprietary api on the global scope

Why:

  • User's node processes are crashing because there are too many diagnostics channels being registered, going over Node.js' hardcoded limit (kMaxChannels)
  • We don't have to have a polyfill for non-node runtimes
  • Let's us switch our orchestrion fork to more powerful generic wrapping more easily

Ref: #2148

@lforst Luca Forstner (lforst) changed the title wip ref: Replace diagnostic channels with proprietary global hooks ref: Replace diagnostic channels with proprietary global hooks Jul 24, 2026
@lforst
Luca Forstner (lforst) merged commit 53c6027 into main Jul 31, 2026
48 checks passed
@lforst
Luca Forstner (lforst) deleted the lforst/dum-e/austin-b8fbad271d branch July 31, 2026 15:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants